home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Tech / DIRECTOR / data.z / Synchronized Media.dir / Scripts_33.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  212 b   |  7 lines

  1. on exitFrame
  2.   if the mostRecentCuePoint of sprite(20) <> 0 then
  3.     set the text of member "subtitle" to getAt(the cuePointNames of sprite(20), the mostRecentCuePoint of sprite(20))
  4.   end if
  5.   go(the frame)
  6. end
  7.